home *** CD-ROM | disk | FTP | other *** search
- /* ErrorWindow.h */
- /* Created 940328 7:13 by AppMaker */
-
- #ifndef __ERW__
- #define __ERW__
-
- #include "Globals.h"
-
- /*----------*/
- WindowPtr OpenErrorWindow (Str255 fName,
- short vRefNum,
- short fRefNum);
- void CloseErrorWindow (void);
- void ControlErrorWindow (ControlHandle whichControl,
- short whichPart,
- Point where);
- void MouseInErrorWindow (Point where,
- short modifiers);
- void TypeInErrorWindow (char ch);
- void UpdateErrorWindow (void);
- void ActivateErrorWindow (Boolean activate);
- void ResizeErrorWindow (void);
- pascal void ScrollErrorWindow (short newValue,
- short oldValue);
-
- #endif /* __ERW__ */